home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / memoria.swf / scripts / DefineButton2_20 / BUTTONCONDACTION on(release).as
Text File  |  2012-04-23  |  92b  |  8 lines

  1. on(release){
  2.    tellTarget("/")
  3.    {
  4.       gotoAndPlay(1);
  5.    }
  6.    gotoAndStop(1);
  7. }
  8.